Skip to main content

Curve

Description

Call Curve to create a coordinates list (ADottedPoints) for a dotted-curve base on single curve coordinates list (APoints), added pattern (Elements) and the Scale. The APoints and ADottedPoints lists are lists of the PFPoint types. Close parameter specifies whether or not a line is closed.

Note

if IsSolid = True or ADottedPoints.Count <> 0 Curve raises an EListError exception.

Syntax

procedure Curve(APoints, ADottedPoints: TList; const Close: Boolean);